Concept:
First steps in Haskell
Headline
First steps (of programming) in Haskell
Details
Functional programming in Language:Haskell is introduced in this lecture. First, basic concepts of programming (such as program and algorithm) are briefly rehashed. Then, key concepts of functional programming (such as function, recursion, list, and pattern matching) are introduced. Some basic examples are used for illustrations (such as the factorial function and linear search). Eventually, a major running example of this course is introduced, which is essentially a trivial information system for human resource management.
Material
Concepts
- Software system
- Requirement
- Program
- Programming language
- Compiler
- Interpreter
- Algorithm
- Algorithmic problem
- Factorial
- Greatest common divisor
- Search problem
- Search algorithm
- Functional programming
- Function
- Function definition
- Function application
- Function composition
- Data structure
- List
- Immutable list
- Pattern matching
- Linear search
Languages
Technologies
Features
Contributions
Information
User contributions
User edits
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.